projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26f186c
)
(x_connection_closed): Pass new arg.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000
(20:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000
(20:54 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 54075bc236bfdce5d7acf16d5b4bff44eb838215..9afdd7008f613aa6f94278227c1478c2b255b9f9 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3759,7
+3759,7
@@
x_connection_closed ()
if (_Xdebug)
abort ();
- shut_down_emacs (0);
+ shut_down_emacs (0
, 1
);
exit (70);
}